home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / BORUSR2.ZIP;1 / COMPILE.PRG < prev    next >
Encoding:
Text File  |  1992-06-26  |  956 b   |  44 lines

  1. *-------------------------------------------------------------------------------
  2. *-- PROGRAM...: COMPILE.PRG
  3. *-- Notes.....: Simple program to compile the PRG files for the ATUSERS database
  4. *--             system ...
  5. *-------------------------------------------------------------------------------
  6. clear
  7. ? "Compiling system ..."
  8. ?
  9. ? "MENU.PRG"
  10. compile menu
  11. @4,0 clear
  12. @4,0 say "BORENTR.PRG"
  13. compile borentr
  14. @5,0 clear
  15. @5,0 say "BOREDIT.PRG"
  16. compile boredit
  17. @6,0 clear
  18. @6,0 say "BORREP.PRG"
  19. compile borrep
  20. @7,0 clear
  21. @7,0 say "PROC.PRG"
  22. compile proc
  23. @8,0 clear
  24. @8,0 say "PICKLIST.PRG"
  25. compile picklist
  26. @9,0 clear
  27. @9,0 say "PRINT.PRG"
  28. compile print
  29. @10,0 clear
  30. @10,0 say "CONFIG.PRG"
  31. compile config
  32. @11,0 clear
  33. @11,0 say "PCONFIG.PRG"
  34. compile pconfig
  35. @12,0 clear
  36. @12,0 say "SETCLR.PRG"
  37. compile setclr
  38. @13,0 clear
  39. @13,0 say "CDEFAULT.PRG"
  40. compile cdefault
  41. @14,0 clear
  42. ?
  43. ? "Done ... to start system, type:  DO MENU"
  44.